With this html form you can submit a 'delimited' CSDGM metadata text file. This server will then upload your file. The option Attach Software will run a C/ProC* program which will examine the metadata file, particularily those elements associated with geospatial data access, and decide which server side software utility is capable of accessing and processing the geospatial data 'referenced' by the metadata file.
On the other hand, if you choose the Database Entry option then the entire metadata file will be parsed section by section, element by element and entered into a RDBMS whereby it can be accessed using the Date/Coordinate/Keyword query facility provided.
For example, imagine having a CSDGM metadata file of state and county boundaries of New England. The metadata references via a URL address on-line datasets in Arc/Info's E00 file format. This Software Finder utility will be able to parse the file or relevant information, particularily of URL addresses referencing the required on-line geospatial data and then return to the end user a number of html form buttons that execute utility software that exists on the server. So in this case you would get:
The effectiveness of this utility will depend on how the important field information within the CSDGM metadata file is organized. Do the important fields exist in the metadata file?
Perhaps the most crucial point to make here is the fact that the CSDGM files
you submit must be properply delimited.
The successful operation of the parsing program depends on the 2 program delimiters
you use in your CSDGM metadata file. The delimeters are preset to:
The parsing program looks at the entire field and/or section name including the delimiter, (i.e. Originator:). Also, all the string comparisons that are done by mparser are CASE INSENSITIVE. It is good practice within your CSDGM metadata file to use a '_' character between section and field names that span more than one word such as Identification_Information:, South_Bounding_Coordinate: or State_or_Province:.
The parsing program will not work perfectly for all the sections and fields within your CSDGM metadata file. However, if you properly delimit the sections and fields (particularily those in bold type) outlined above, you should be able to access most of the software on the server.
Go back to the Home Page.